aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/[title]/title.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-29 20:48:30 +0530
committerreal-zephex <[email protected]>2024-03-29 20:48:30 +0530
commitfdb7958ca59e4870460950722ed52b9eb5fde10c (patch)
tree81f74088b870863dcc476bac2b63c5452f4f73ed /src/app/manga/[title]/title.module.css
parentfixes and improvements: dramalaam is no longer hosted on koyeb cuz of (diff)
downloaddramalama-fdb7958ca59e4870460950722ed52b9eb5fde10c.tar.xz
dramalama-fdb7958ca59e4870460950722ed52b9eb5fde10c.zip
fix: minor css fix for light mode users
Diffstat (limited to 'src/app/manga/[title]/title.module.css')
-rw-r--r--src/app/manga/[title]/title.module.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css
index 1369856..5198c9b 100644
--- a/src/app/manga/[title]/title.module.css
+++ b/src/app/manga/[title]/title.module.css
@@ -64,4 +64,14 @@
.Main {
max-width: 100%;
}
+}
+
+@media (prefers-color-scheme: light) {
+ .SearchedFor {
+ color: black;
+ }
+
+ .MangaDescription {
+ color: black;
+ }
} \ No newline at end of file